SByteNINumericSByteNLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SByteN INumeric<SByteN>.LogicalExclusiveOr(
SByteN value
)
Private Function LogicalExclusiveOr (
value As SByteN
) As SByteN Implements INumeric(Of SByteN).LogicalExclusiveOr
private:
virtual SByteN LogicalExclusiveOr(
SByteN value
) sealed = INumeric<SByteN>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : SByteN -> SByteN
private override LogicalExclusiveOr :
value : SByteN -> SByteN
- value SByteN
- The value with which to compute the logical exclusive OR.
SByteNThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)